초기화

GIT

익명 • 2026-03-24 • 조회수 39

bash Git 설정 (한 번만 수행) git config --global user.name "홍길동" git config --global user.email "example@email.com" 새 프로젝트 시작 git init 기존 프로젝트 가져오기 git clone…

...